@charset "utf-8";
@import url("reset.css");

/*页面头部
----------------------------------------------*/
/*顶部*/
.top {
    width: 100%;
    background: #fff;
    height: 100px;
}

.logo {
    float: left;
}

.logo img {
    display: block;
    width: 650px;
    height: 95px;
}

.weather-box {
    position: absolute;
    left: 650px;
    top: 0px;
}

.top-right {
    position: absolute;
    right: -145px;
    top: 10px;
}

.top-right ul {
    width: 455px;
    margin-top: 28px;
}

.top-right li {
    width: 20%;
    float: left;
    text-align: center;
}

.top-right li span {
    text-align: center;
}

.top-right i {
    display: block;
    margin: 0 auto;
    background: url(../img/topicon.png) no-repeat;
    margin-bottom: 10px
}

.top-right .i1 i {
    width: 25px;
    height: 27px;
    background-position: 0 0;
}

.top-right .i2 i {
    width: 31px;
    height: 27px;
    background-position: -25px 0;
}

.top-right .i3 i {
    width: 29px;
    height: 27px;
    background-position: -56px 0;
}

.top-right .i4 i {
    width: 31px;
    height: 27px;
    background-position: -84px 0;
}

.top-right a {
    color: #7e7e7e;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}

.containers {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.top .box-right {
    display: block;
    position: absolute;
    right: 0px;
    line-height: 32px;
}

.top .box-right a {}

.logo a {
    display: block;
    width: 650px;
    height: 95px;
    background: url(../img/logo.png) no-repeat;
}

/*搜索*/
.heade {
    width: 100%;
    overflow-x: hidden;
    height: 236px;
    background: url(../img/top.png) no-repeat;
    background-size: 100% 100%;
}

.search-box .search {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 57px;
    background: #e3f1fe;
}

.search-box .search .search-input {
    width: 700px;
}

.search-box .search input {
    width: 402px;
    height: 51px;
    position: absolute;
    right: 0px;
    padding-left: 18px;
    outline: none;
    color: #0a5bb7;
    padding-right: 80px;
    border: 1px solid #f7fbfe;
    background: #e3f1fe;
    margin-top: 2px
}

.search-box .search input::-webkit-input-placeholder {
    color: #0a5bb7;
}

.search-box .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #0a5bb7;
}

.search-box .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #0a5bb7;
}

.search-box .search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0a5bb7;
}

.search-box .search .ng-valid button {
    position: absolute;
    border: none;
    right: -4px;
    cursor: pointer;
    margin-top: 1px;
    width: 70px;
    height: 52px;
    background: url(../img/search.png) no-repeat;
}

.search-box .search .highsearch {
    float: right;
    margin-top: 46px;
    width: 114px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #72afdb;
    display: inline-block;
    border: 1px solid #0087cb;
}

.search-box .search-item {
    margin-left: 10px;
    margin-top: 42px;
    width: 19%;
    float: left;
}

.search-box .search-item .item-txt {
    padding-top: 10px;
}

.search-box .search-item .item-txt p {
    font-size: 16px;
    margin-bottom: 12px;
}

.search-box .search-item .item-txt a {
    font-size: 14px;
}

.search-box .search-item i {
    display: inline-block;
    width: 62px;
    height: 62px;

    float: left;
    border-radius: 50%;
    margin-right: 14px;
}

.search-box .search-item .icon1 {
    background-position: 0 0;
}

.search-box .search-item .icon2 {
    background-position: -62px 0;
}

.search-box .search-item .icon3 {
    background-position: -126px 0;
}

.search-box .search-item .icon4 {
    background-position: -188px 0;
}

.search-box .search-item .icon5 {
    background-position: -252px 0;
}

.search-box .searchButton {
    width: 117px;
    height: 50px;
    background: #ffffff;
    cursor: pointer;
    border: 0px;
    color: #2e6abc;
    font-size: 14px;
    margin-top: 1px;
    margin-left: 10px;
}

.search-input div {
    color: #4382c7;
    margin-top: 47px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 13px;
    text-indent: 2px;
}

.search-input div span {
    margin-right: 15px
}

/*导航栏*/
.nav {
    width: 100%;
    height: 60px;
    background: #0a5bb7;
}

.nav .container {
    box-sizing: border-box;
    padding: 0 20px;
}

.nav li {
    width: 160px;
    height: 100%;
    margin-left: 5px;
    display: inline-block;
}

.nav li a {
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    width: 75%;
    height: 100%;
    display: block;
    padding-left: 25%;
    position: relative;
    text-decoration: none;
}

.nav li span {
    position: absolute;
    left: 5px;
    top: 18px;
    display: inline-block;
    height: 30px;
    background: url(../img/nav-icon.png) no-repeat;
}

.nav li .nav0 {
    background-position: 0px 0px;
    width: 24px;
}

.nav li .nav1 {
    background-position: -172px 0px;
    width: 24px;
}

.nav li .nav2 {
    width: 27px;
    background-position: -343px 0px;
}

.nav li .nav3 {
    width: 27px;
    background-position: -522px 0px;
}

.nav li .nav4 {
    width: 27px;
    background-position: -693px 0px;
}

.nav li .nav5 {
    width: 28px;
    background-position: -872px 0px;
}

.nav li .nav6 {
    background: url(../img/hearder_icon.gif) no-repeat;
    width: 25px;
    background-position: -2px 0px;
}

.nav li:hover {
    background: url(../img/nav_bg.gif) no-repeat;
}

.nav li:hover a {
    color: #044d9b
}

.nav li:nth-child(1):hover {
    background: #0a5bb7;
}

.nav li:nth-child(1):hover a {
    color: #fff;
}

.nav li:hover .nav0 {
    background-position: 0px -57px;
    width: 24px;
}

.nav li:hover .nav1 {
    background-position: -172px -57px;
    width: 24px;
}

.nav li:hover .nav2 {
    width: 27px;
    background-position: -343px -57px;
}

.nav li:hover .nav3 {
    width: 27px;
    background-position: -522px -57px;
}

.nav li:hover .nav4 {
    width: 27px;
    background-position: -693px -57px;
}

.nav li:hover .nav5 {
    width: 28px;
    background-position: -872px -57px;
}

/*页面底部
----------------------------------------------*/
.footer {
    padding-top: 15px;
    border-top: 2px solid #3a65b2
}

.footer .links {
    margin: 17px auto 17px;
    width: 760px;
}

.footer .links select {
    width: 208px;
    height: 28px;
    line-height: 28px;
    margin-right: 60px;
}

.footer .links .last {
    margin-right: 0;
}

.footer .footer-content {
    position: relative;
    padding: 15px 0 20px 20px;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    width: 1000px;
    margin: 0 auto;
    overflow: auto;
}

.footer .footer-content a {
    color: #000;
}

.footer .footer-content img {
    vertical-align: middle;
}

/*页面标题
----------------------------------------------*/
.location {
    padding: 5px 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    text-align: left;
}

.location a {
    margin: 0 5px;
}

.location span {
    color: #666;
    padding-left: 5px;
}

.main-tit {
    height: 50px;
    line-height: 50px;
    background: #d6e8ff;
    margin-bottom: 20px;
}

.main-tit h2 {
    display: block;
    margin: 0;
    padding: 0 15px;
    float: left;
    color: #065daa;
    font-size: 20px;
    font-weight: normal;
    border-left: 3px solid #12447f;
}

/*内容样式
----------------------------------------------*/
.sidebar-box {
    margin: 0 0 15px;
    padding: 2px;
    background: #fff;
}

.sidebar-box h4 {
    margin: 0;
    padding: 15px;
    background: #12447f;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 20px;
    border: 1px solid #dce3ed;
}

.sidebar-box h4 i {
    padding-right: 15px;
}

.sidebar-box .txt-list li {
    margin-top: 15px;
    line-height: 20px;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.sidebar-box .txt-list li label {
    display: inline-block;
    margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background: #999;
    border-radius: 2px;
    vertical-align: middle;
}

.sidebar-box .txt-list li label.hot {
    background: #d70029;
}

.sidebar-box .txt-list li a {
    line-height: 20px;
}

.sidebar-box .side-img-list {
    padding-bottom: 0;
}

.sidebar-box .side-img-list li {
    padding: 10px 0;
}

.sidebar-box .tags-box {
    margin: 0 0 0 -10px;
}

.sidebar-box .tags-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebar-box .tags-box a {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    padding: 5px;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #f0f0f0;
}

.sidebar-box .tags-box a:hover {
    border-color: #34ad2a;
}

.tags-box a i {
    margin-left: 2px;
    color: #999;
    font-style: normal;
}

.mainContent {
    padding: 2px 0 15px 15px;
}

/*栏目导航列表*/
.navbar li {
    border: 1px solid #dce3ed;
    border-top: none;
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}

.navbar li a {
    display: inline-block;
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    width: 90%;
    text-align: left;
    padding-left: 20px;
}

.navbar li a:hover {
    text-decoration: none;
    color: #065daa;
    border-left-color: #12447f;
    border-left-width: 2px;
    border-left-style: solid;
}

.navbar li a i {
    padding-right: 20px;
    float: right;
    line-height: 50px;
}

.navbar li a:hover i {
    transition: 400ms;
}

/*栏目列表样式*/
.news-list {
    padding-bottom: 10px;
}

.news-list li {
    position: relative;
    padding: 0 15px 0 20px;
    clear: both;
    overflow: hidden;
    line-height: 36px;
}

.news-list li .time {
    float: right;
    line-height: 36px;
    color: #999;
}

.news-list li a {
    float: left;
    max-width: 96%;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}

.news-list li a:hover {
    color: #cc3333;
}

.news-list li i {
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #999;
}

.news-list li:nth-child(5n) {
    border-bottom: #f1f1f1 1px solid;
    padding-bottom: 10px;
}

/*列表页分页 on*/
#page {
    margin-top: 10px;
}

#page_div {
    height: 35px;
    line-height: 35px;
    text-align: right;
    font-size: 14px;
    font-family: 'Arial';
    margin-top: 10px;
    clear: both;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px 5px;
}

#page_div .currentIndex {
    background: #1b51a0;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}

#page ul li a {
    cursor: pointer;
}

.pageJump input {
    width: 40px;
    padding-left: 3px;
    height: 26px;
    border: 1px solid #ddd;
}

.pageJump .button {
    font-size: 16px;
    padding: 1.8px 6px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1267a9;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.page-list {
    padding: 5px;
    position: relative;
}

.page-list .pagination {
    float: left;
    display: inline-block;
}

.page-list .pagination span {
    cursor: pointer;
}

.page-list .pagination .separate span {
    cursor: default;
    border-top: none;
    border-bottom: none;
}

.page-list .pagination .separate span:hover {
    background: none;
}

.page-list .page-total {
    float: right;
}

.page-list .page-total input,
.page-list .page-total select {
    height: 26px;
    border: 1px solid #ddd;
}

.page-list .page-total input {
    width: 40px;
    padding-left: 3px;
}

.page-list .page-total select {
    width: 50px;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

/*列表页分页 end*/

/*详细页面 on*/
.m-detailltitle,
.m-detailstitle {
    width: 100%;
    line-height: 61px;
    text-align: center;
    font-size: 32px;
    color: #3269B8;
}

.m-detailinfo {
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #ddd;
}

.m-detailinfo-left {
    width: 700px;
    height: 43px;
    line-height: 43px;
    padding-left: 28px;
    color: #999;
}

.m-detailinfo-left span {
    font-size: 12px;
    color: #999;
    margin-right: 16px;
}

.m-detailinfo-font {
    width: auto;
    height: 41px;
    line-height: 41px;
}

.m-detailinfo-font span,
.m-detailinfo-font a {
    font-size: 12px;
}

.bdsharebuttonbox {
    margin: 7px 34px 0 0;
}

.bdsharebuttonbox font {
    height: 30px;
    line-height: 30px;
}

.m-newscontnet {
    font-size: 16px;
    line-height: 188%;
    font-family: 宋体;
    min-height: 164px;
    padding: 20px 0px 40px;
}

.m-newscontnet table {
    border-collapse: collapse;
    width: 100%;
}

.m-newscontnet table td,
.detail-content table th {
    border: 1px solid #333;
    width: auto;
}

.m-newscontnet table td {
    border: 1px solid #333;
    word-wrap: break-word;
    word-break: break-all;
}

.m-newscontnet img {
    max-width: 100%;
}

.wzewm {
    text-align: center;
    margin: 10px auto;
}

.wzewm span {
    display: block;
}

.wzewm span.txt-color {
    font-size: 12px;
    color: #c0c0c0;
}

.wzewm span img {
    margin: 0 auto;
}

.m-wzbot {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
}

.m-wzbot ul li {
    float: left;
    margin-right: 5px;
}

.m-wzbot ul li a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0 17px;
    color: #666;
}

.m-wzbot ul li a:hover {
    background: #066fc6;
    color: #fff;
}

.detail-zy {
    width: 100%;
    height: 31px;
    line-height: 31px;
    margin-top: 5px;
}

.detail-zy div {
    background-image: url(../img/page_icon.png);
    background-repeat: no-repeat;
    font-size: 16px;
    color: #444;
}

.detail-zy div.detail-prev {
    background-position: 0 -408px;
    padding-left: 22px;
    height: 31px;
    overflow: hidden;
    width: 40%;
}

.detail-zy div.detail-next {
    background-position: right -483px;
    padding-right: 22px;
    height: 31px;
    overflow: hidden;
    width: 40%;
}

.m-detail-downlist {
    margin: 10px auto;
    background: url(../img/page_icon.png) 10px -564px no-repeat;
}

.m-detail-downlist ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    font-size: 16px;
}

.detail-zzsm {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #f00;
    font: 18px/30px 宋体;
}

/*详细页面 end*/

.table_th td {
    height: 40px;
    line-height: 40px;
    font-family: "microsoft yahei";
}

.table2_list td {
    height: 35px;
    line-height: 35px;
}

.table2_list td a {
    color: #333;
    font-family: "microsoft yahei";
}

.div_body {
    width: 100%;
    margin: 10px auto 0px auto;
}

.showinfo td {
    width: 60px;
    font-size: 14px;
    font-family: "微软雅黑";
    border: 1px solid rgb(227, 174, 176);
    text-align: center;
    padding: 10px 0
}

.showinfo td p {
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    font-family: "微软雅黑";
}

.showinfo {
    width: 100%;
}